home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / system-tools / zshell28 / zstart < prev   
Text File  |  1996-02-26  |  775b  |  30 lines

  1. ;Example Script for ZShell
  2. echo "This is an example startup script.^J^J"
  3.  
  4. ask "Do you have OS 3.0 or better ? "
  5. if warn
  6.   config colour 01111111; cls
  7.   echo "Now output is set to one colour to improve scrolling speed.^J"
  8. else
  9.   echo "Sorry, then I cannot improve scrolling speed.^J"
  10. endif
  11.  
  12. review 10000
  13. echo "^JTo see again what scrolled out of the window, press SHIFT TAB.^J"
  14. echo "Press TAB to complete filenames or directorynames.^J"
  15.  
  16. config hide *.info
  17. echo "^JNow icons are ignored by FILENAMECOMPLETION and by DIR.^J"
  18.  
  19. alias arexx %1 %2 putmsg $1 0 0 0 0 0 "$2"
  20. alias runnil run >
  21. alias runback "%1 taskpri -1;run $1;taskpri 0"
  22. alias as assign
  23. alias md makedir
  24. alias ren rename
  25. alias del delete
  26. alias cp copy
  27. alias dc diskchange
  28. echo "^JThese aliases are set:^J"
  29. alias
  30.